projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e808b
)
(Fdisplay_buffer): Add MULTI_FRAME cond in last change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Jul 1994 12:43:01 +0000
(12:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Jul 1994 12:43:01 +0000
(12:43 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index f4cfcb2b7256244f2af26154f0e784a827ce9788..0f9fbdc67e4015d4ba23c61e3b9cf16baaf48d8d 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-1852,6
+1852,7
@@
Returns the window displaying BUFFER.")
ignore minibuffers and dedicated windows.
This means they can return nil. */
+#ifdef MULTI_FRAME
/* If the frame we would try to split cannot be split,
try other frames. */
if (FRAME_NO_SPLIT_P (NILP (frames) ? selected_frame
@@
-1866,6
+1867,7
@@
Returns the window displaying BUFFER.")
window = Fget_largest_window (Qt);
}
else
+#endif
window = Fget_largest_window (frames);
/* If we got a tall enough full-width window, split it. */